Skip to content

[debug/#479] Nginx WebSocket 업그레이드 헤더 누락으로 SockJS JSONP 폴백 경고 발생#480

Merged
Dimo-2562 merged 4 commits intodevelopfrom
debug/#479
Feb 25, 2026
Merged

[debug/#479] Nginx WebSocket 업그레이드 헤더 누락으로 SockJS JSONP 폴백 경고 발생#480
Dimo-2562 merged 4 commits intodevelopfrom
debug/#479

Conversation

@Dimo-2562
Copy link
Contributor

❤️ 기능 설명

nginx/conf.d/prod.conf에 /ws/ 경로 전용 location 블록을 추가하여 WebSocket 업그레이드 헤더를 Spring 서버로 전달하도록 수정.

  • proxy_http_version 1.1 설정
  • Upgrade, Connection: upgrade 헤더 전달
  • SockJS가 JSONP 폴백 없이 WebSocket으로 직접 연결됨

연결된 issue

연결된 issue를 자동으로 닫기 위해 아래 {이슈넘버}를 입력해주세요.

close #479



✅ 체크리스트

  • PR 제목 규칙 잘 지켰는가?
  • 추가/수정사항을 설명하였는가?
  • 테스트 결과 사진을 넣었는가?
  • 이슈넘버를 적었는가?

@Dimo-2562 Dimo-2562 self-assigned this Feb 25, 2026
@Dimo-2562 Dimo-2562 merged commit 8177ceb into develop Feb 25, 2026
1 check passed
@Dimo-2562 Dimo-2562 deleted the debug/#479 branch February 25, 2026 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DEBUG] Nginx WebSocket 업그레이드 헤더 누락으로 SockJS JSONP 폴백 경고 발생

1 participant